home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / SFGETFOL / GETFOLDE.R next >
Text File  |  1992-06-01  |  1KB  |  92 lines

  1. /***************************************************************************
  2. *
  3. *
  4. *  File Name:    My Dialog.r
  5. *
  6. *  Description:    Contains the MPW style resource definition for the custom get
  7. *                file.  Use Rez to compile this file, and add to your project.9.rsrc
  8. *                file.
  9. *
  10. *  04/14/92        Created.
  11. *
  12. *****************************************************************************/
  13. resource 'DLOG' (2008, "CustomGet-Select Directory", purgeable) {
  14.     {0, 0, 226, 344},
  15.     dBoxProc,
  16.     invisible,
  17.     noGoAway,
  18.     0x0,
  19.     2008,
  20.     ""
  21. };
  22.  
  23. resource 'DITL' (2008, "CustomGet-Select Directory", purgeable) {
  24.     {    /* array DITLarray: 11 elements */
  25.         /* [1] */
  26.         {159, 252, 179, 332},
  27.         Button {
  28.             enabled,
  29.             "Open"
  30.         },
  31.         /* [2] */
  32.         {128, 252, 148, 332},
  33.         Button {
  34.             enabled,
  35.             "Cancel"
  36.         },
  37.         /* [3] */
  38.         {-1, -1, -1, -1},
  39.         HelpItem {
  40.             disabled,
  41.             HMScanhdlg {
  42.                 -6042
  43.             }
  44.         },
  45.         /* [4] */
  46.         {32, 235, 48, 337},
  47.         UserItem {
  48.             enabled
  49.         },
  50.         /* [5] */
  51.         {56, 252, 76, 332},
  52.         Button {
  53.             enabled,
  54.             "Eject"
  55.         },
  56.         /* [6] */
  57.         {84, 252, 104, 332},
  58.         Button {
  59.             enabled,
  60.             "Desktop"
  61.         },
  62.         /* [7] */
  63.         {53, 12, 183, 230},
  64.         UserItem {
  65.             enabled
  66.         },
  67.         /* [8] */
  68.         {31, 12, 50, 230},
  69.         UserItem {
  70.             enabled
  71.         },
  72.         /* [9] */
  73.         {115, 251, 116, 333},
  74.         Picture {
  75.             disabled,
  76.             11
  77.         },
  78.         /* [10] */
  79.         {199, 35, 217, 210},
  80.         Button {
  81.             enabled,
  82.             "Select             "
  83.         },
  84.         /* [11] */
  85.         {7, 15, 23, 229},
  86.         StaticText {
  87.             disabled,
  88.             "Select Incoming Mailbox Folder:"
  89.         }
  90.     }
  91. };
  92.